CGI.pageEnd

end the page being returned

if you used one of the shortcut MIMETYPE's TEXT_HTML and TEXT_HTML_NO_CACHE this will close the <html> tag created for you.

  1. void pageEnd()
    class CGI
    void
    pageEnd
    (
    )
  2. void pageEnd(MIMETYPE type)

Meta